home *** CD-ROM | disk | FTP | other *** search
- # This script uses a combination of MPW scripts to build the CFM-68K
- # Forms Part (Debug Build)
- #
- # This script also assumes that you have placed 'UserStartup•ODF' in your MPW folder.
-
- ### Make sure you're set to the correct directory
-
- Directory "{ODFDev}Forms:SC68KDebug:"
-
- ### Tell the FWBuild script where your precompiled header files are located.
-
- Set FWPreCompHdrDir "{ODF}SC68KDebug:Precompile∂ Headers:"
- Export FWPreCompHdrDir
-
- ### Build your Forms part
-
- FWBuild68KCFM "{ODFDev}Forms:Sources:Forms.CFM"
-